Server Scripts

Server script can access the .NET API.

 

To access the .NET API, call explicitly all .NET methods and object including the namespaces.

Example:

fs = System.IO.File.Open(path, System.IO.FileMode.OpenOrCreate, System.IO.FileAccess.Write);